Ignore:
Timestamp:
Apr 21, 2001, 1:33:40 PM (24 years ago)
Author:
sandervl
Message:

added warning for GetLongPathNameA/W; win98 only

File:
1 edited

Legend:

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

    r5559 r5561  
    1 /* $Id: Fileio.cpp,v 1.47 2001-04-21 11:22:25 sandervl Exp $ */
     1/* $Id: Fileio.cpp,v 1.48 2001-04-21 11:33:40 sandervl Exp $ */
    22
    33/*
     
    973973
    974974  dprintf(("GetLongPathNameA %x %s %d", lpszShortPath, lpszLongPath, cchBuffer));
     975  dprintf(("WARNING: WIN98 ONLY!!"));
    975976 
    976977  if(!lpszShortPath) {
     
    997998
    998999  dprintf(("GetLongPathNameW %x %ls %d", lpszShortPath, lpszLongPath, cchBuffer));
     1000  dprintf(("WARNING: WIN98 ONLY!!"));
    9991001
    10001002  if(!lpszShortPath) {
Note: See TracChangeset for help on using the changeset viewer.