Ignore:
Timestamp:
Oct 26, 1999, 7:54:16 PM (26 years ago)
Author:
sandervl
Message:

FS fixes in GetLocaleInfoA/W

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/wprocess.cpp

    r1410 r1458  
    1 /* $Id: wprocess.cpp,v 1.40 1999-10-23 12:34:48 sandervl Exp $ */
     1/* $Id: wprocess.cpp,v 1.41 1999-10-26 17:54:16 sandervl Exp $ */
    22
    33/*
     
    367367  dprintf(("KERNEL32:  LoadLibraryA(%s)\n",
    368368           lpszLibFile));
     369  dprintf(("KERNEL32: LoadLibrary FS = %x\n", GetFS()));
    369370
    370371  hDll = iLoadLibraryA(lpszLibFile, 0);
Note: See TracChangeset for help on using the changeset viewer.