Changeset 21806 for branches


Ignore:
Timestamp:
Nov 14, 2011, 10:58:34 PM (14 years ago)
Author:
dmik
Message:

Use LPCSTR instead of PCSZ in WIn32-like APIs.

PCSZ may not be defined in the referring code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/include/initdll.h

    r21769 r21806  
    1010
    1111#include <odin.h>
     12#include <win32type.h>
    1213
    1314#ifndef MAYBE_WEAK
     
    141142
    142143BOOL APIENTRY InitializeKernel32();
    143 VOID APIENTRY ReportFatalDllInitError(PCSZ pszModName);
     144VOID APIENTRY ReportFatalDllInitError(LPCSTR pszModName);
    144145
    145146#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.