Fix compilation warning (win32)
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@679 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
parent
cb1cac1b6f
commit
0bef53670b
7
main.c
7
main.c
@ -66,6 +66,13 @@
|
|||||||
#include "realpath.h"
|
#include "realpath.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined (__WIN32__)
|
||||||
|
// On Windows, SDL_putenv is not present in any compilable header.
|
||||||
|
// It can be linked anyway, this declaration only avoids
|
||||||
|
// a compilation warning.
|
||||||
|
extern DECLSPEC int SDLCALL SDL_putenv(const char *variable);
|
||||||
|
#endif
|
||||||
|
|
||||||
byte Ancien_nb_lignes; // Ancien nombre de lignes de l'écran
|
byte Ancien_nb_lignes; // Ancien nombre de lignes de l'écran
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1358,35 +1358,35 @@ Old_hide_cursor
|
|||||||
Old_offset_X
|
Old_offset_X
|
||||||
Old_offset_Y
|
Old_offset_Y
|
||||||
Old_current_gradient
|
Old_current_gradient
|
||||||
Ancien_Indice_selectionne
|
Old_selected_index
|
||||||
Ancien_Loupe_Mode
|
Old_main_magnifier_mode
|
||||||
Ancien_Mouse_K
|
Old_mouse_K
|
||||||
Ancien_Mouse_X
|
Old_mouse_X
|
||||||
Ancien_Mouse_Y
|
Old_mouse_Y
|
||||||
Ancien_Pinceau_X
|
Old_paintbrush_X
|
||||||
Ancien_Pinceau_Y
|
Old_paintbrush_Y
|
||||||
Ancien_Split
|
Old_main_separator_position
|
||||||
Ancien_X
|
Old_X
|
||||||
Ancien_X_Zoom
|
Old_X_zoom
|
||||||
Ancien_Y
|
Old_Y
|
||||||
Ancien_nom_de_fichier
|
Old_filename
|
||||||
Ancien_shade
|
Old_shade
|
||||||
Ancienne_Limite_Zoom
|
Old_zoom_limit
|
||||||
Ancienne_couleur
|
Old_color
|
||||||
Ancienne_forme_curseur
|
Old_cursor_shape
|
||||||
Ancienne_hauteur
|
Old_height
|
||||||
Ancienne_largeur
|
Old_width
|
||||||
Angle
|
Angle
|
||||||
AntiAlias
|
Anti_alias
|
||||||
Argument
|
Argument
|
||||||
Arret
|
Stop_seek
|
||||||
Aspect
|
Aspect
|
||||||
Auto_discontinuous
|
Auto_discontinuous
|
||||||
Auto_nb_used
|
Auto_nb_used
|
||||||
Auto_save
|
Auto_save
|
||||||
Auto_set_res
|
Auto_set_res
|
||||||
Autre_curseur
|
Other_cursor
|
||||||
Avant_derniere_couleur
|
Next_to_last_color
|
||||||
B
|
B
|
||||||
B256
|
B256
|
||||||
BX
|
BX
|
||||||
@ -1753,7 +1753,7 @@ Indice_fenetre
|
|||||||
Indice_mode
|
Indice_mode
|
||||||
Indice_palette
|
Indice_palette
|
||||||
Indice_pattern
|
Indice_pattern
|
||||||
Indice_selectionne
|
Selected_index
|
||||||
Indice_source
|
Indice_source
|
||||||
Indice_touche
|
Indice_touche
|
||||||
Indice_valeur
|
Indice_valeur
|
||||||
@ -2312,23 +2312,23 @@ WindowsPath
|
|||||||
X
|
X
|
||||||
X1
|
X1
|
||||||
X2
|
X2
|
||||||
X2_moins_X1
|
X2_minus_X1
|
||||||
X3
|
X3
|
||||||
X4
|
X4
|
||||||
X_Swap
|
X_swap
|
||||||
X_Zoom
|
X_zoom
|
||||||
X_choisi
|
Chosen_X
|
||||||
X_dpi
|
X_dpi
|
||||||
Effective_X
|
Effective_X
|
||||||
X_max
|
X_max
|
||||||
X_min
|
X_min
|
||||||
X_origin
|
X_origin
|
||||||
X_theorique
|
Theoric_X
|
||||||
Xaspect
|
X_aspect
|
||||||
Xmin
|
Xmin
|
||||||
Xorg
|
X_org
|
||||||
Xr
|
Xr
|
||||||
Xscreen
|
X_screen
|
||||||
Xt
|
Xt
|
||||||
Xt1
|
Xt1
|
||||||
Xt2
|
Xt2
|
||||||
@ -2337,26 +2337,26 @@ Xt4
|
|||||||
Y
|
Y
|
||||||
Y1
|
Y1
|
||||||
Y2
|
Y2
|
||||||
Y2_moins_Y1
|
Y2_minus_Y1
|
||||||
Y3
|
Y3
|
||||||
Y4
|
Y4
|
||||||
Y_
|
Y_
|
||||||
Y_Zoom
|
Y_zoom
|
||||||
Y_choisi
|
Chosen_Y
|
||||||
Y_dpi
|
Y_dpi
|
||||||
Effective_Y
|
Effective_Y
|
||||||
Y_max
|
Y_max
|
||||||
Y_min
|
Y_min
|
||||||
Y_origin
|
Y_origin
|
||||||
Yaspect
|
Y_aspect
|
||||||
Yorg
|
Y_org
|
||||||
Yr
|
Yr
|
||||||
Yscreen
|
Y_screen
|
||||||
Yt1
|
Yt1
|
||||||
Yt2
|
Yt2
|
||||||
Yt3
|
Yt3
|
||||||
Yt4
|
Yt4
|
||||||
Zone_temporaire
|
Temp_buffer
|
||||||
_path
|
_path
|
||||||
a
|
a
|
||||||
active_edges
|
active_edges
|
||||||
@ -2398,10 +2398,10 @@ dec_b
|
|||||||
dec_r
|
dec_r
|
||||||
dec_g
|
dec_g
|
||||||
decalage
|
decalage
|
||||||
decalage_gauche
|
Offset_left
|
||||||
decalage_haut
|
Offset_top
|
||||||
decalage_hauteur
|
Offset_height
|
||||||
decalage_largeur
|
Offset_width
|
||||||
decalages
|
decalages
|
||||||
degrades
|
degrades
|
||||||
diff
|
diff
|
||||||
@ -2456,8 +2456,8 @@ main
|
|||||||
masque
|
masque
|
||||||
max
|
max
|
||||||
maxmem
|
maxmem
|
||||||
mdegr
|
Best_gradient
|
||||||
mdiff
|
Best_diff
|
||||||
me_devname
|
me_devname
|
||||||
me_dummy
|
me_dummy
|
||||||
me_mountdir
|
me_mountdir
|
||||||
@ -2475,7 +2475,7 @@ nb
|
|||||||
nbb_b
|
nbb_b
|
||||||
nbb_r
|
nbb_r
|
||||||
nbb_g
|
nbb_g
|
||||||
nbcouleurs
|
nbcolors
|
||||||
nbmax
|
nbmax
|
||||||
nbocc
|
nbocc
|
||||||
ne
|
ne
|
||||||
|
|||||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user