wxWidgets/samples/ipc
Vadim Zeitlin 426a0ed527 Remove HAVE_W32API_H definition and checks
All still supported versions of MinGW/Cygwin provide w32api.h file, so
there is no need to test for it.

This allows to simplify the code, but also remove the definition of
HAVE_W32API_H from bake- and makefiles and this, in turn, allows to get
rid of extra flags in MinGW format entirely, as we don't support gcc
2.95 for which they were originally needed neither.
2020-10-20 01:47:47 +02:00
..
baseclient.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
baseserver.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
client.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
client.h Fix extra semicolon warnings 2018-11-25 21:29:37 +01:00
connection.h Remove unnecessary c_str() calls from the samples 2018-11-03 22:52:57 +01:00
ipc_vc7_baseipcclient.vcproj Rebake with bakefile 0.2.12 2020-05-02 17:02:36 +02:00
ipc_vc7_baseipcserver.vcproj Rebake with bakefile 0.2.12 2020-05-02 17:02:36 +02:00
ipc_vc7_ipcclient.vcproj Rebake with bakefile 0.2.12 2020-05-02 17:02:36 +02:00
ipc_vc7_ipcserver.vcproj Rebake with bakefile 0.2.12 2020-05-02 17:02:36 +02:00
ipc_vc8_baseipcclient.vcproj Rebake with bakefile 0.2.12 2020-05-02 17:02:36 +02:00
ipc_vc8_baseipcserver.vcproj Rebake with bakefile 0.2.12 2020-05-02 17:02:36 +02:00
ipc_vc8_ipcclient.vcproj Rebake with bakefile 0.2.12 2020-05-02 17:02:36 +02:00
ipc_vc8_ipcserver.vcproj Rebake with bakefile 0.2.12 2020-05-02 17:02:36 +02:00
ipc_vc9_baseipcclient.vcproj Rebake with bakefile 0.2.12 2020-05-02 17:02:36 +02:00
ipc_vc9_baseipcserver.vcproj Rebake with bakefile 0.2.12 2020-05-02 17:02:36 +02:00
ipc_vc9_ipcclient.vcproj Rebake with bakefile 0.2.12 2020-05-02 17:02:36 +02:00
ipc_vc9_ipcserver.vcproj Rebake with bakefile 0.2.12 2020-05-02 17:02:36 +02:00
ipc.bkl
ipcsetup.h
makefile.gcc Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
Makefile.in Rebake after manifest changes 2020-07-31 01:53:43 +02:00
makefile.unx Rebake with bakefile 0.2.12 2020-05-02 17:02:36 +02:00
makefile.vc Rebake after manifest changes 2020-07-31 01:53:43 +02:00
server.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
server.h