Changeset 63


Ignore:
Timestamp:
Sep 22, 2023, 8:20:18 PM (23 months ago)
Author:
gyoung
Message:

Added #if 0ed PMPRINTF support

Location:
trunk/classes/c
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/classes/c/c_audio/cwastream.c

    r57 r63  
    5050#include "helpid.h"
    5151
     52#if 0
     53#define  _PMPRINTF_
     54#include "PMPRINTF.H"
     55#endif
    5256
    5357HMODULE queryResModuleHandle(void);
  • trunk/classes/c/c_mm/cwmmdataf.c

    r2 r63  
    5757#include "som_wps_funcs.h"
    5858#include "sys_funcs.h"
     59
     60#if 0
     61#define  _PMPRINTF_
     62#include "PMPRINTF.H"
     63#endif
    5964
    6065#define ID_STATUS_WINDOW   0x1000
Note: See TracChangeset for help on using the changeset viewer.