view resource.rc.in @ 613:2cd71b7c1e8e

Repurpose nn_conn_close() to only close the socket, but not free the connection structure. Add new function nn_conn_free() to do the freeing (also calls nn_conn_close()).
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 20 May 2014 06:50:12 +0300
parents 97a49a6cc959
children
line wrap: on
line source

MAINICON ICON "@ICON@"
1 VERSIONINFO
FILEVERSION     1,0,0,0
PRODUCTVERSION  @VERSION_COM@,0
BEGIN
  BLOCK "StringFileInfo"
  BEGIN
    BLOCK "040904E4"
    BEGIN
      VALUE "CompanyName", "Anonymous Finnish Guy"
      VALUE "FileDescription", "NewbieNudes Chat Client"
      VALUE "FileVersion", "1.0"
      VALUE "InternalName", "NNChat"
      VALUE "LegalCopyright", "(C) Copyright 2008-2013 AFG"
      VALUE "OriginalFilename", "@EXE@"
      VALUE "ProductName", "NNChat"
      VALUE "ProductVersion", "@VERSION@"
    END
  END
END