]> sigrok.org Git - libsigrok.git/commit - src/libsigrok-internal.h
Consistently use the _WIN32 #define.
authorUwe Hermann <redacted>
Sat, 1 Sep 2018 19:11:45 +0000 (21:11 +0200)
committerUwe Hermann <redacted>
Sat, 1 Sep 2018 19:11:45 +0000 (21:11 +0200)
commit00f0016cc361008cd9eb2e52fd2a01f333c0e3cd
treeed36d0d66f374d318e4fd58e582568cec3bd7e1a
parent9be587a14833129c5f9bb0f7acdbcbc8ce0d11b8
Consistently use the _WIN32 #define.

The _WIN32 variant is available pretty much on all compilers, others
might not be. G_OS_WIN32 would probably be an equally well-suited
alternative, but for now we standardize on _WIN32.

  http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system#WindowswithCygwinPOSIX
src/hardware/ipdbg-la/protocol.c
src/libsigrok-internal.h
src/serial.c
src/session.c
src/usb.c