Changeset 2849 for trunk/src/kmk


Ignore:
Timestamp:
Aug 30, 2016, 4:28:46 PM (9 years ago)
Author:
bird
Message:

split nt_fullpath_cached out into its own file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/w32/pathstuff.c

    r2848 r2849  
    2121#include <stdlib.h>
    2222#include "pathstuff.h"
     23#if 1 /* bird */
     24# include "nt_fullpath.h"
     25#endif
    2326
    2427/*
     
    9295    return Path;
    9396}
    94 
    95 #if 1 /* bird */
    96 extern void nt_fullpath_cached(const char *pszPath, char *pszFull, size_t cchFull);
    97 #endif
    9897
    9998/*
Note: See TracChangeset for help on using the changeset viewer.