Francois Gouget : localspl: Remove WINAPI on static functions where not needed.

Alexandre Julliard julliard at winehq.org
Fri Nov 28 07:16:30 CST 2008


Module: wine
Branch: master
Commit: 1e2bfd28041feab2e5b4875941a2c0ec35e5ace8
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=1e2bfd28041feab2e5b4875941a2c0ec35e5ace8

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Wed Nov 26 17:16:22 2008 +0100

localspl: Remove WINAPI on static functions where not needed.

---

 dlls/localspl/localspl_main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/localspl/localspl_main.c b/dlls/localspl/localspl_main.c
index 80e8424..7cadac3 100644
--- a/dlls/localspl/localspl_main.c
+++ b/dlls/localspl/localspl_main.c
@@ -729,7 +729,7 @@ static BOOL WINAPI fpGetPrinterDriverDirectory(LPWSTR pName, LPWSTR pEnvironment
  * and a special mode with lazy error checking.
  *
  */
-static BOOL WINAPI myAddPrinterDriverEx(DWORD level, LPBYTE pDriverInfo, DWORD dwFileCopyFlags, BOOL lazy)
+static BOOL myAddPrinterDriverEx(DWORD level, LPBYTE pDriverInfo, DWORD dwFileCopyFlags, BOOL lazy)
 {
     static const WCHAR emptyW[1];
     const printenv_t *env;




More information about the wine-cvs mailing list