From 34e9b68cd51b6ae770636b31125b1ae8b042fe67 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 15 Nov 2004 23:30:07 +0000 Subject: [PATCH] Updated for Visual C++ 6 build --- VisualC.zip | Bin 20480 -> 20480 bytes include/SDL_error.h | 2 +- src/main/beos/exports/SDL.exp | 1 + src/main/macos/exports/SDL.x | 1 + 4 files changed, 3 insertions(+), 1 deletion(-) diff --git a/VisualC.zip b/VisualC.zip index 5a811e3c14d7b78a655ecaaecbbac6f43e536595..14bb480b732e189f56a826d7d4fafe5140e2ab65 100644 GIT binary patch delta 582 zcmZozz}T>Wae}_o8MT>?p%p9)6Bs8l26!{Ga4~?uk-U7viJpog4XQI8(N#=7?UT?6(65jdDJV+9Z6Qm|*3M!+hoh}#%R{L5|mjy*a zSu7YNF*(ptWU_*^$mWG&9H+E9b-jyX(~#O44C2~;DBZNT9K3=X5sKW%<9qlDFe2Y;}UfsVE;ETEX2 cJjqp`1r&pmkGif$#BGh6DOhy#RyS`>0N>BQa{vGU delta 584 zcmZozz}T>Wae}^-$+z3~p%p9)Um3qL26!{Ga4~>DcWj0JL{CMLY4L~b(N#=7?FthiDp3Qq?Ah1vQBj4pOm%Icy z8$+*dHs<`#1lDiLBgV*$WYOd>UT?6(65jdDJV+9Z6Qm|*3M!+hoh}#%R{L5|mjy*a zSu7YNF*(ptWU_*^$mWG&9H+E9b-jyX(~#O44C2~;DBZNT9K3=X5sKW%<9qlDFe2Y;}UfsVE;ETEX2 fJjqp`aoXfWH{r=wUFRbrx5mvBBE0#in>8l@6t&=o diff --git a/include/SDL_error.h b/include/SDL_error.h index ca62cdbbf..5e411e5f4 100644 --- a/include/SDL_error.h +++ b/include/SDL_error.h @@ -50,7 +50,7 @@ typedef enum { SDL_EFSEEK, SDL_LASTERROR } SDL_errorcode; -extern void SDL_Error(SDL_errorcode code); +extern DECLSPEC void SDL_Error(SDL_errorcode code); /* Ends C function definitions when using C++ */ diff --git a/src/main/beos/exports/SDL.exp b/src/main/beos/exports/SDL.exp index 02086b11d..ea3c9cbc2 100644 --- a/src/main/beos/exports/SDL.exp +++ b/src/main/beos/exports/SDL.exp @@ -52,6 +52,7 @@ _SDL_WriteBE64 _SDL_SetError _SDL_GetError _SDL_ClearError +_SDL_Error _SDL_PumpEvents _SDL_PeepEvents _SDL_PollEvent diff --git a/src/main/macos/exports/SDL.x b/src/main/macos/exports/SDL.x index 71a913f28..2226778cb 100644 --- a/src/main/macos/exports/SDL.x +++ b/src/main/macos/exports/SDL.x @@ -52,6 +52,7 @@ SDL_SetError SDL_GetError SDL_ClearError + SDL_Error SDL_PumpEvents SDL_PeepEvents SDL_PollEvent