Changeset 8562 for trunk/src/user32/wndmsg.cpp
- Timestamp:
- Jun 3, 2002, 3:37:36 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/wndmsg.cpp
r7808 r8562 1 /* $Id: wndmsg.cpp,v 1.1 7 2002-02-06 16:31:49 sandervl Exp $ */1 /* $Id: wndmsg.cpp,v 1.18 2002-06-03 13:37:19 sandervl Exp $ */ 2 2 /* 3 3 * Win32 window message text function for OS/2 … … 746 746 }; 747 747 748 INT gcMessages = sizeof(gaMsgs) / sizeof(MSGDESC);748 static INT gcMessages = sizeof(gaMsgs) / sizeof(MSGDESC); 749 749 750 750
Note:
See TracChangeset
for help on using the changeset viewer.