publish changes
This commit is contained in:
parent
afc5064a7b
commit
ac2c6ac843
1605 changed files with 3354 additions and 3354 deletions
|
@ -9,7 +9,7 @@
|
|||
/****************************************************************************
|
||||
* Header Files
|
||||
****************************************************************************/
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
#include <stdio.h>
|
||||
#include <commctrl.h>
|
||||
#include "type_aliases.h"
|
||||
|
|
|
@ -767,7 +767,7 @@ libFunc int HFB_WhatsAhead(
|
|||
|
||||
|
||||
|
||||
/* windows 95 dll system abstraction functions */
|
||||
/* arch 95 dll system abstraction functions */
|
||||
|
||||
libFunc void HFB_Setmalloc(
|
||||
void *(*mallocFuncPtr)(unsigned int size)
|
||||
|
|
|
@ -301,7 +301,7 @@ int lHFB_GetStreamSampleSize(HFB_STREAM_HANDLE xStream);
|
|||
|
||||
int lHFB_WhatsAhead(HFB_STREAM_HANDLE ,int ,int *);
|
||||
|
||||
/* windows 95 dll system abstraction functions */
|
||||
/* arch 95 dll system abstraction functions */
|
||||
|
||||
void lHFB_Setmalloc(
|
||||
void *(*mallocFuncPtr)(unsigned int size)
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#if defined(LINUX)
|
||||
#include <pthread.h>
|
||||
#elif defined(WIN32) || defined(_WIN32_WCE)
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
#include <winbase.h>
|
||||
#elif defined(VXWORKS)
|
||||
#include <semLib.h>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#include "on2_timer.h"
|
||||
|
||||
#if defined(WIN32)
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
#include <mmsystem.h>
|
||||
#else
|
||||
#include <sys/time.h>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#include <string.h>
|
||||
#include <io.h>
|
||||
#include <fcntl.h>
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
|
||||
#include "duck_io.h"
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#include <string.h>
|
||||
#include <io.h>
|
||||
#include <fcntl.h>
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
|
||||
#include "duck_io.h"
|
||||
#include "duck_hfb.h"
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
#pragma warning(disable:4786)
|
||||
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <exception>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef ACM_HPP
|
||||
#define ACM_HPP
|
||||
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
#include <vfw.h>
|
||||
#include <string>
|
||||
#include <iosfwd>
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#include <vector>
|
||||
|
||||
#if defined WIN32
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
#endif
|
||||
|
||||
namespace AVI
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
#pragma warning(disable:4786)
|
||||
|
||||
#include "mp3header.hpp"
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
#include <string>
|
||||
#include <exception>
|
||||
#include <iosfwd>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
#include "FourCC.hpp"
|
||||
//#include <io.h>
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
#include <exception>
|
||||
#include <cstdlib>
|
||||
#include <cstddef>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
#pragma warning (disable:4786)
|
||||
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
#include <cstdlib>
|
||||
#include <string>
|
||||
#include <map>
|
||||
|
|
|
@ -485,7 +485,7 @@ int DXL_CheckVScreenXImageBlit(DXL_VSCREEN_HANDLE dst,DXL_XIMAGE_HANDLE src);
|
|||
|
||||
|
||||
|
||||
/* windows 95 dll system abstraction functions */
|
||||
/* arch 95 dll system abstraction functions */
|
||||
|
||||
/* set memory allocator function */
|
||||
void DXV_Setmalloc(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue