Changeset 1607 for trunk/src/imm32
- Timestamp:
- Nov 5, 1999, 10:19:27 AM (26 years ago)
- Location:
- trunk/src/imm32
- Files:
-
- 2 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; -
trunk/src/imm32/makefile
r1585 r1607 1 # $Id: makefile,v 1. 3 1999-11-03 23:28:05sandervl Exp $1 # $Id: makefile,v 1.4 1999-11-05 09:17:59 sandervl Exp $ 2 2 3 3 # … … 42 42 43 43 clean: 44 $(RM) *.obj *.lib *.dll * ~ *.map *.pch44 $(RM) *.obj *.lib *.dll *.map *.pch 45 45 $(RM) $(PDWIN32_BIN)\$(TARGET).dll 46 46 $(RM) $(PDWIN32_LIB)\$(TARGET).lib
Note:
See TracChangeset
for help on using the changeset viewer.