Changeset 21890 for branches/gcc-kmk/src/msacm32/driver.c
- Timestamp:
- Dec 15, 2011, 12:34:33 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/src/msacm32/driver.c
r6712 r21890 25 25 #ifdef __WIN32OS2__ 26 26 #include "winnls.h" 27 #define snprintf w vsnprintfA27 #define snprintf wsnprintfA 28 28 #endif 29 29 … … 320 320 321 321 for (dwPriorityCounter = 1; ; dwPriorityCounter++) { 322 323 324 325 322 snprintf(szSubKey, 17, "Priorty%ld", dwPriorityCounter); 323 lError = RegQueryValueA(hPriorityKey, szSubKey, szBuffer, &lBufferLength); 324 if (lError != ERROR_SUCCESS) 325 break; 326 326 327 FIXME("(0x%08x, %ld, %ld): stub (partial)\n", 327 FIXME("(0x%08x, %ld, %ld): stub (partial)\n", 328 328 hadid, dwPriority, fdwPriority); 329 329 break; 330 330 } 331 331
Note:
See TracChangeset
for help on using the changeset viewer.