1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-16 18:47:32 -05:00

Sprinkle some header comments in various files in an attempt to explain what

they're for.

[originally from svn r6639]
This commit is contained in:
Jacob Nevins
2006-04-23 18:26:03 +00:00
parent a58cd426b8
commit 7958a63147
18 changed files with 71 additions and 1 deletions

View File

@ -1,3 +1,7 @@
/*
* Find the platform-specific header for this platform.
*/
#ifndef PUTTY_PUTTYPS_H
#define PUTTY_PUTTYPS_H