Changeset 1607 for trunk/src/imm32/imm32.cpp
- Timestamp:
- Nov 5, 1999, 10:19:27 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/imm32/imm32.cpp
r1012 r1607 1 /* $Id: imm32.cpp,v 1. 2 1999-09-23 09:38:04sandervl Exp $ */1 /* $Id: imm32.cpp,v 1.3 1999-11-05 09:17:59 sandervl Exp $ */ 2 2 /* 3 3 * IMM32 library … … 324 324 { 325 325 default: 326 // FIXME("%s not supported",GetVersionName());326 dprintf(("OS not supported")); 327 327 case WIN95: 328 328 return 0xffffffff; … … 344 344 { 345 345 default: 346 // FIXME("%s not supported",GetVersionName());346 dprintf(("OS not supported")); 347 347 case WIN95: 348 348 return 0xffffffff; … … 651 651 { 652 652 default: 653 // FIXME("%s not supported", GetVersionName());653 dprintf(("OS not supported")); 654 654 case WIN95: 655 655 return VK_PROCESSKEY;
Note:
See TracChangeset
for help on using the changeset viewer.