fix comment style

// to /* */
This commit is contained in:
Bernhard Miklautz 2014-07-23 23:53:43 +02:00
parent a9eed46e38
commit a124f6a7c6
3 changed files with 4 additions and 4 deletions

View File

@ -101,7 +101,7 @@ static UINT32 YUV_to_RGB(BYTE Y, BYTE U, BYTE V)
return RGB32(R, G, B);
}
#endif //WITH_OPENH264
#endif /* WITH_OPENH264 */
#if USE_UPCONVERT
static BYTE* convert_420_to_444(BYTE* chroma420, int chroma420Width, int chroma420Height, int chroma420Stride)

View File

@ -56,7 +56,7 @@ static const char PROTOCOL_SECURITY_STRINGS[9][4] =
"UNK",
"EXT"
};
#endif // WITH_DEBUG_NEGO
#endif /* WITH_DEBUG_NEGO */
BOOL nego_security_connect(rdpNego* nego);

View File

@ -196,8 +196,8 @@ BOOL SetWaitableTimer(HANDLE hTimer, const LARGE_INTEGER* lpDueTime, LONG lPerio
LONGLONG nanoseconds = 0;
#ifdef HAVE_TIMERFD_H
int status = 0;
#endif // HAVE_TIMERFD_H
#endif // WITH_POSIX_TIMER
#endif /* HAVE_TIMERFD_H */
#endif /* WITH_POSIX_TIMER */
if (!winpr_Handle_GetInfo(hTimer, &Type, &Object))
return FALSE;