Changeset 3083 for trunk/src/opengl/glut/win32_x11.c
- Timestamp:
- Mar 11, 2000, 4:07:48 PM (25 years ago)
- 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 jeroenExp $ */1 /* $Id: win32_x11.c,v 1.3 2000-03-11 15:07:48 sandervl Exp $ */ 2 2 /* Copyright (c) Nate Robins, 1997. */ 3 3 /* portions Copyright (c) Mark Kilgard, 1998. */ … … 265 265 MSG msg; 266 266 267 #if defined(__WIN32OS2__)268 return PeekMessageA(&msg, NULL, 0, 0, PM_NOREMOVE);269 #else270 267 return PeekMessage(&msg, NULL, 0, 0, PM_NOREMOVE); 271 #endif272 268 } 273 269
Note:
See TracChangeset
for help on using the changeset viewer.