Ignore:
Timestamp:
Jun 12, 2000, 2:20:05 PM (25 years ago)
Author:
phaller
Message:

GetNumberFormat

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/KERNEL32.CPP

    r3483 r3690  
    1 /* $Id: KERNEL32.CPP,v 1.44 2000-05-02 20:53:11 sandervl Exp $ */
     1/* $Id: KERNEL32.CPP,v 1.45 2000-06-12 12:20:04 phaller Exp $ */
    22
    33/*
     
    651651
    652652
    653 int WIN32API GetNumberFormatA(LCID     Locale,
    654                                  DWORD    dwFlags,
    655                                  LPCSTR lpValue,
    656                                  CONST NUMBERFMTA *lpFormat,
    657                                  LPSTR  lpNumberStr,
    658                                  int      cchNumber)
    659 {
    660   dprintf(("KERNEL32::OS2GetNumberFormatA(%08x,%08x,%s,%08x,%s,%08x) not implemented.\n",
    661            Locale,
    662            dwFlags,
    663            lpValue,
    664            lpFormat,
    665            lpNumberStr,
    666            cchNumber));
    667 
    668   return 0;
    669 }
    670 
    671 int WIN32API GetNumberFormatW(LCID     Locale,
    672                                  DWORD    dwFlags,
    673                                  LPCWSTR lpValue,
    674                                  CONST NUMBERFMTW *lpFormat,
    675                                  LPWSTR  lpNumberStr,
    676                                  int      cchNumber)
    677 {
    678   dprintf(("KERNEL32::OS2GetNumberFormatW(%08x,%08x,%s,%08x,%s,%08x) not implemented.\n",
    679            Locale,
    680            dwFlags,
    681            lpValue,
    682            lpFormat,
    683            lpNumberStr,
    684            cchNumber));
    685 
    686   return 0;
    687 }
    688 
    689653//******************************************************************************
    690654//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.