Ignore:
Timestamp:
Mar 11, 2000, 4:07:48 PM (25 years ago)
Author:
sandervl
Message:

compile fixes + cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/opengl/glut/win32_x11.c

    r2689 r3083  
    1 /* $Id: win32_x11.c,v 1.2 2000-02-09 08:46:23 jeroen Exp $ */
     1/* $Id: win32_x11.c,v 1.3 2000-03-11 15:07:48 sandervl Exp $ */
    22/* Copyright (c) Nate Robins, 1997. */
    33/* portions Copyright (c) Mark Kilgard, 1998. */
     
    265265  MSG msg;
    266266
    267 #if defined(__WIN32OS2__)
    268   return PeekMessageA(&msg, NULL, 0, 0, PM_NOREMOVE);
    269 #else
    270267  return PeekMessage(&msg, NULL, 0, 0, PM_NOREMOVE);
    271 #endif
    272268}
    273269
Note: See TracChangeset for help on using the changeset viewer.