Changeset 4214 for trunk/src/kernel32/lang.cpp
- Timestamp:
- Sep 8, 2000, 6:31:48 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/lang.cpp
r4174 r4214 1 /* $Id: lang.cpp,v 1.2 7 2000-09-03 18:04:55phaller Exp $ */1 /* $Id: lang.cpp,v 1.28 2000-09-08 04:28:47 phaller Exp $ */ 2 2 /* 3 3 * Win32 language API functions for OS/2 … … 149 149 //****************************************************************************** 150 150 //****************************************************************************** 151 #if 0152 PHS: disabled for ole2nls.cpp153 151 LCID WIN32API GetUserDefaultLCID(void) 154 152 { … … 177 175 return(MAKELANGID(LANG_ENGLISH, SUBLANG_ENGLISH_US)); 178 176 } 179 #endif180 177 181 178 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.