Ignore:
Timestamp:
Dec 15, 2011, 12:34:33 PM (14 years ago)
Author:
dmik
Message:

Port MSACM32 to GCC/kBuild.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/src/msacm32/driver.c

    r6712 r21890  
    2525#ifdef __WIN32OS2__
    2626#include "winnls.h"
    27 #define snprintf wvsnprintfA
     27#define snprintf wsnprintfA
    2828#endif
    2929
     
    320320   
    321321    for (dwPriorityCounter = 1; ; dwPriorityCounter++)  {
    322         snprintf(szSubKey, 17, "Priorty%ld", dwPriorityCounter);
    323         lError = RegQueryValueA(hPriorityKey, szSubKey, szBuffer, &lBufferLength);
    324         if (lError != ERROR_SUCCESS)
    325             break;
     322        snprintf(szSubKey, 17, "Priorty%ld", dwPriorityCounter);
     323        lError = RegQueryValueA(hPriorityKey, szSubKey, szBuffer, &lBufferLength);
     324        if (lError != ERROR_SUCCESS)
     325            break;
    326326       
    327         FIXME("(0x%08x, %ld, %ld): stub (partial)\n",
     327        FIXME("(0x%08x, %ld, %ld): stub (partial)\n",
    328328              hadid, dwPriority, fdwPriority);
    329         break;
     329        break;
    330330    }
    331331   
Note: See TracChangeset for help on using the changeset viewer.