Ignore:
Timestamp:
Sep 7, 2000, 11:40:28 PM (25 years ago)
Author:
phaller
Message:

Fixed some FS: bugs

File:
1 edited

Legend:

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

    r4174 r4208  
    1 /* $Id: time.cpp,v 1.9 2000-09-03 18:04:56 phaller Exp $ */
     1/* $Id: time.cpp,v 1.10 2000-09-07 21:40:27 phaller Exp $ */
    22
    33/*
     
    1414 * Project Odin Software License can be found in LICENSE.TXT
    1515 */
     16
     17
     18/*****************************************************************************
     19 * Includes                                                                  *
     20 *****************************************************************************/
     21
     22#include <odin.h>
     23#include <odinwrap.h>
     24#include <os2sel.h>
     25
    1626#include <os2win.h>
     27
    1728#include <winnls.h>
    1829#include "winuser.h"
     
    2435#define DBG_LOCALLOG    DBG_time
    2536#include "dbglocal.h"
     37
     38/*****************************************************************************
     39 * Defines                                                                   *
     40 *****************************************************************************/
     41
     42ODINDEBUGCHANNEL(KERNEL32-TIME)
     43
     44
    2645
    2746#define lstrcpynAtoW(unicode,ascii,asciilen) AsciiToUnicodeN(ascii,unicode,asciilen);
     
    131150//******************************************************************************
    132151//******************************************************************************
    133 VOID WIN32API GetSystemTime( LPSYSTEMTIME arg1)
    134 {
    135     dprintf(("KERNEL32:  OS2GetSystemTime\n"));
     152ODINPROCEDURE1(GetSystemTime,
     153               LPSYSTEMTIME, arg1)
     154{
    136155    O32_GetSystemTime(arg1);
    137156}
Note: See TracChangeset for help on using the changeset viewer.